home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / English.lproj / ClientBrowser.nib / data.classes next >
Encoding:
Text File  |  1993-05-27  |  959 b   |  68 lines

  1. ClientInspector = {
  2.     ACTIONS = {
  3.     showExpenses:;
  4.     getSelection:;
  5.     addItem:;
  6.     showClient:;
  7.     handleDoubleClick:;
  8.     updateItem:;
  9.     undeleteItem:;
  10.     showHours:;
  11.     deleteItem:;
  12.     };
  13.     OUTLETS = {
  14.     panel;
  15.     clientView;
  16.     sessionMgr;
  17.     sessionView;
  18.     browser;
  19.     popUpButton;
  20.     viewsPanel;
  21.     addButton;
  22.     currentView;
  23.     clientList;
  24.     clientMgr;
  25.     deleteButton;
  26.     modifyButton;
  27.     expenseMgr;
  28.     previousSelection;
  29.     expenseView;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. ClientViewMgr = {
  34.     ACTIONS = {
  35.     };
  36.     OUTLETS = {
  37.     dataForm;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. ExpenseViewMgr = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     totalExpensesField;
  46.     clientExpensesField;
  47.     expensesBrowser;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51. FirstResponder = {
  52.     ACTIONS = {
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. SessionViewMgr = {
  57.     ACTIONS = {
  58.     };
  59.     OUTLETS = {
  60.     sessionBrowser;
  61.     clientHoursField;
  62.     totalHoursField;
  63.     clientBillingsField;
  64.     totalBillingsField;
  65.     };
  66.     SUPERCLASS = Object;
  67. };
  68.